Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.runtime
/
ExceptionRevokedEvent
Exception
Revoked
Event
data class
ExceptionRevokedEvent
(reason:
String
, exceptionId:
Int
) :
Event
Content copied to clipboard
Issued when unhandled exception was revoked.
Constructors
Functions
Properties
Sources
Constructors
ExceptionRevokedEvent
Link copied to clipboard
fun
ExceptionRevokedEvent
(reason:
String
, exceptionId:
Int
)
Content copied to clipboard
On this page
On this page
Functions
domain
Link copied to clipboard
open override fun
domain
():
String
Content copied to clipboard
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun
eventName
():
String
Content copied to clipboard
Returns event name as described in protocol.
On this page
On this page
Properties
exceptionId
Link copied to clipboard
val
exceptionId
:
Int
Content copied to clipboard
The id of revoked exception, as reported in
exceptionThrown
.
reason
Link copied to clipboard
val
reason
:
String
Content copied to clipboard
Reason describing why exception was revoked.
On this page
On this page
Sources
jvm source
Link copied to clipboard
On this page
On this page